isAccessible

open fun isAccessible(type: Class<out Any>): Boolean

Indicates whether the type is made accessible to JavaScript using this class.

Return

true if the type is accessible

Parameters

type

the type to check for accessibility